home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-3.dxr / 00011_bucle panic.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  136 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   global nVolum
  7.   set the soundLevel to nVolum
  8.   cursor(-1)
  9.   startTimer()
  10.   play done
  11. end
  12.